home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineButton2_309 / BUTTONCONDACTION on(release, keyPress Enter).as next >
Text File  |  2003-04-29  |  220b  |  12 lines

  1. on(release, keyPress "<Enter>"){
  2.    if(_root.soundtrack_movie.music == 0)
  3.    {
  4.       _root.musicoff();
  5.    }
  6.    else if(_root.soundtrack_movie.music == 1)
  7.    {
  8.       _root.musicon();
  9.    }
  10.    _root.restart();
  11. }
  12.